Xceed .NET Libraries Documentation
Xceed.SSH.Protocols Assembly / Xceed.SSH.Protocols Namespace / SshEcDsaSignaturePayload Class / DecodeBlob Method / DecodeBlob(Byte[],Byte[],Byte[],Int32) Method


In This Topic
    DecodeBlob(Byte[],Byte[],Byte[],Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Sub DecodeBlob( _
       ByVal signatureBlob() As Byte, _
       ByRef r() As Byte, _
       ByRef s() As Byte, _
       ByRef count As Integer _
    ) 
    'Usage
     
    Dim signatureBlob() As Byte
    Dim r() As Byte
    Dim s() As Byte
    Dim count As Integer
     
    SshEcDsaSignaturePayload.DecodeBlob(signatureBlob, r, s, count)
    public static void DecodeBlob( 
       byte[] signatureBlob,
       out byte[] r,
       out byte[] s,
       ref int count
    )

    Parameters

    signatureBlob
    r
    s
    count
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also